home *** CD-ROM | disk | FTP | other *** search
- // BlockInsertDialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CBlockInsertDialog dialog
-
- class CBlockInsertDialog : public CDialog
- {
- // Construction
- public:
- CBlockInsertDialog(IDrawing* pIDrawing, CWnd* pParent = NULL); // standard constructor
- ~CBlockInsertDialog();
-
- // Dialog Data
- //{{AFX_DATA(CBlockInsertDialog)
- enum { IDD = IDD_BLK_INSERT };
- CString m_strBlockName;
- //}}AFX_DATA
- Blocks* m_pBlocks;
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBlockInsertDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- virtual BOOL OnInitDialog();
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CBlockInsertDialog)
- afx_msg void OnDblclkBlocks();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-